home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.sdk_3.1.1 / disabled_book.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-09-29  |  356 b   |  15 lines

  1. /* This CSS is applied after all other CSSs for topics that
  2.    belong to the disabled capabilities. The DIV for the notice
  3.    injected at the top of the document is 'help-disabledTopic'. */
  4.    
  5. #help-disabledTopic {
  6.     color: Highlight;
  7.     font-weight: medium;
  8.     margin-top: 1.0em;
  9.     margin-bottom: 1.0em;
  10. }
  11.  
  12. #help-disabledTopic hr {
  13.     color: #C0C0C0;
  14.     noshade;
  15. }